-
Notifications
You must be signed in to change notification settings - Fork 6
Final '25 community-related automations package #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MisRob
merged 35 commits into
learningequality:main
from
MisRob:community-automations-updates
Dec 5, 2025
Merged
Final '25 community-related automations package #35
MisRob
merged 35 commits into
learningequality:main
from
MisRob:community-automations-updates
Dec 5, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
so we can decide about assignment requests more easily.
when assignment request posted on an issue that is assigned to someone else, and send bot reply in such a case.
Fixes broken Slack message formatting when < or > used in issue title.
in the workflow that updates community PRs spreadsheet. This also fixes problems with the spreadsheet not being updated when a PR was authored by a close contributor.
we settled on in majority of workflows (call-... file, github-script, same dependencies..)
when PR title changed, or when review requested.
rtibbles
reviewed
Nov 10, 2025
MisRob
commented
Nov 10, 2025
Member
Author
|
@rtibbles I think it may be better to run linters and formatters after you've reviewed - so for now I've just pushed installation of the tooling. |
rtibbles
reviewed
Dec 2, 2025
Member
rtibbles
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing jumping out at me as an immediate concern - testing will give us the most assurance of the logic!
in favor of manual enable/disable (to prevent from forgetting to enable/disable the workflow and having it run many times unnecessarily)
This reverts commit 70393f0.
MisRob
added a commit
to MisRob/kolibri
that referenced
this pull request
Dec 4, 2025
A companion to learningequality/.github#35
This was referenced Dec 4, 2025
MisRob
pushed a commit
to MisRob/studio
that referenced
this pull request
Dec 4, 2025
A companion to learningequality/.github#35
MisRob
pushed a commit
to MisRob/kolibri-design-system
that referenced
this pull request
Dec 4, 2025
A companion to learningequality/.github#35
MisRob
pushed a commit
to learningequality/le-utils
that referenced
this pull request
Dec 4, 2025
A companion to learningequality/.github#35
MisRob
pushed a commit
to learningequality/ricecooker
that referenced
this pull request
Dec 4, 2025
A companion to learningequality/.github#35
rtibbles
approved these changes
Dec 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Finalizes maintenance tasks, bugfixes, and nice-to-have's I've gathered in automations tracker throughout this year.
Maintenance
Bugfixes
Improvements
New
help-wantedissues (see full overview)Reviewer guidance
Commits can serve for more detailed overview of changes. Since I made lots of changes that are committed in layers as I was iterating and testing, it would make most sense to review the final version of each workflow as a whole though.
Except PR tracker workflow, I already tried all changes in my test organization. Would appreciate focus on
(there are many areas to further improve as for maintenance, error handling, ... next year :)
After the code review, I will do few final tests in our environment, and prepare related PRs in other repos.